[STREAM-978] - Cleanup after failed ICE state.#326
Conversation
|
I think we might already be cleaning up interruptions in genesys-cloud-media-session.ts https://github.com/purecloudlabs/genesys-cloud-streaming-client/blob/develop/src/types/genesys-cloud-media-session.ts#L227. |
| candidatesReceivedFromPeer: this.iceCandidatesReceivedFromPeer | ||
| }); | ||
| // Cleanup the session because failed is a state of finality. | ||
| this.end('failed-transport'); |
There was a problem hiding this comment.
We shouldn't have to do this, because stanza already takes care of that in ICESession and we ultimately extend that.
I'll admit that I still don't feel super comfortable about the difference between |
No description provided.